projects
/
pcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af5fdff
)
Fix compilation flags.
author
Thomas Moulard
<thomas.moulard@gmail.com>
Thu, 30 May 2013 05:03:14 +0000
(14:03 +0900)
committer
Thomas Moulard
<thomas.moulard@gmail.com>
Thu, 30 May 2013 05:03:14 +0000
(14:03 +0900)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index c11abf1ab621b2c39e5f26e34e8493babc1c6536..411cbba98dc8b70fc94c799bf270fcc01b054019 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-1,12
+1,12
@@
#!/usr/bin/make -f
# Hardening.
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
,+fortify
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
-LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
-Wl,--as-needed
CFLAGS+=$(CPPFLAGS)
CXXFLAGS+=$(CPPFLAGS)